forked from OSchip/llvm-project
Add REQUIRES to embed-bitcode-noopt.ll
This commit is contained in:
parent
577adda54f
commit
271928792e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue