[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:
Francis Visoiu Mistrih 2018-08-17 14:47:01 +00:00
parent 8bff832534
commit f006b491bd
1 changed files with 1 additions and 1 deletions

View File

@ -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.