forked from OSchip/llvm-project
[test] Force a triple in the pragma optimize test due to expected mangled names.
No functional change to the compiler. This should just make the test pass on all buildbots. llvm-svn: 209515
This commit is contained in:
parent
683ed961e1
commit
d179d939a8
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -x c++ -std=c++11 -emit-llvm -O2 < %s | FileCheck %s
|
||||
// RUN: %clang_cc1 -x c++ -std=c++11 -triple x86_64-unknown-linux -emit-llvm -O2 < %s | FileCheck %s
|
||||
|
||||
#pragma clang optimize off
|
||||
|
||||
|
|
Loading…
Reference in New Issue