Add REQUIRES to embed-bitcode-noopt.ll

This commit is contained in:
Mircea Trofin 2020-09-23 10:12:16 -07:00
parent 577adda54f
commit 271928792e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
; Ensure calling bypassing the driver with -fembed-bitcode embeds bitcode pre-
; optimizations
; REQUIRES: x86-registered-target
; RUN: %clang_cc1 -O2 -triple x86_64-unknown-linux-gnu -emit-obj %s -o %t.o -fembed-bitcode=all
; RUN: llvm-objcopy --dump-section=.llvmbc=%t.bc %t.o /dev/null