forked from OSchip/llvm-project
[x86] Fix test breaking on Darwin after r339962
* -march=x86-64 -> -mtriple=x86_64-unknown-linux to avoid _ prefixes to symbols * add -start-before to avoid running the whole codegen on the IR. I assumed it is meant to be running after X86SpeculativeLoadHardening. llvm-svn: 340034
This commit is contained in:
parent
8bff832534
commit
f006b491bd
|
@ -1,4 +1,4 @@
|
|||
# RUN: llc -march=x86-64 -o - %s | FileCheck %s
|
||||
# RUN: llc -mtriple=x86_64-unknown-linux -start-before=x86-flags-copy-lowering -o - %s | FileCheck %s
|
||||
#
|
||||
# Test the emission of pre- and post-instruction labels.
|
||||
|
||||
|
|
Loading…
Reference in New Issue