diff options
Diffstat (limited to 'clang/test/Frontend/ast-main.cpp')
-rw-r--r-- | clang/test/Frontend/ast-main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Frontend/ast-main.cpp b/clang/test/Frontend/ast-main.cpp index 4bddbe1372a..89fd5e5a638 100644 --- a/clang/test/Frontend/ast-main.cpp +++ b/clang/test/Frontend/ast-main.cpp @@ -1,6 +1,6 @@ -// RUN: %clang -emit-llvm -S -o %t1.ll -x c++ - < %s -// RUN: %clang -fno-delayed-template-parsing -emit-ast -o %t.ast %s -// RUN: %clang -emit-llvm -S -o %t2.ll -x ast - < %t.ast +// RUN: env SDKROOT="/" %clang -emit-llvm -S -o %t1.ll -x c++ - < %s +// RUN: env SDKROOT="/" %clang -fno-delayed-template-parsing -emit-ast -o %t.ast %s +// RUN: env SDKROOT="/" %clang -emit-llvm -S -o %t2.ll -x ast - < %t.ast // RUN: diff %t1.ll %t2.ll // http://llvm.org/bugs/show_bug.cgi?id=15377 |