Skip to content
Snippets Groups Projects
Commit c0e6ebec authored by Diana Picus's avatar Diana Picus
Browse files

Try to fix test from r293004

This test broke on a lot of non-x86 buildbots with "unknowm CPU" errors. I don't
see anything platform-specific about this test, and it seems to work fine on ARM
if we just remove the -triple i686 flags from the run line.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293026 91177308-0d34-0410-b5e6-96231b3b80d8
parent 9c01f5c7
No related branches found
No related tags found
No related merge requests found
// RUN: %clang -E -o %t.i %s
// RUN: %clang -Xclang -triple -Xclang i686-linux-gnu -c -o %t.o %t.i
// RUN: %clang -c -o %t.o %t.i
// RUN: llvm-objdump -t %t.o | FileCheck %s
// CHECK: l{{ +}}df{{ +}}*ABS*{{ +}}{{0+}}{{.+}}preprocessed-input.c{{$}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment