mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-14 14:56:47 +00:00
[LTO] Avoid -opaque-pointers=0 in test (NFC)
Commit the bitcode file instead of generating it dynamically, as this will no longer be possible in the future.
This commit is contained in:
parent
2da049a141
commit
135aaff2b5
BIN
llvm/test/LTO/X86/Inputs/typed.bc
Normal file
BIN
llvm/test/LTO/X86/Inputs/typed.bc
Normal file
Binary file not shown.
@ -1,7 +1,6 @@
|
||||
; RUN: llvm-as -opaque-pointers=0 %s -o %t-typed.bc
|
||||
; RUN: llvm-as -opaque-pointers=1 %S/Inputs/opaque-pointers.ll -o %t-opaque.bc
|
||||
; RUN: llvm-lto2 run -o %t-lto.bc %t-typed.bc %t-opaque.bc -save-temps \
|
||||
; RUN: -r %t-typed.bc,call_foo,px -r %t-typed.bc,foo,l \
|
||||
; RUN: llvm-as %S/Inputs/opaque-pointers.ll -o %t-opaque.bc
|
||||
; RUN: llvm-lto2 run -o %t-lto.bc %S/Inputs/typed.bc %t-opaque.bc -save-temps \
|
||||
; RUN: -r %S/Inputs/typed.bc,call_foo,px -r %S/Inputs/typed.bc,foo,l \
|
||||
; RUN: -r %t-opaque.bc,foo,px
|
||||
; RUN: opt -S -o - %t-lto.bc.0.4.opt.bc | FileCheck %s
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user