summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/builtin_LINE.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2019-05-16 21:51:39 +0000
committerEric Fiselier <eric@efcs.ca>2019-05-16 21:51:39 +0000
commitb42c73de3dc07a1d2d09b9bed4345ecaa28fd478 (patch)
treeb22a2bc121c39c1781cae5d0ada035b59c351d70 /clang/test/CodeGenCXX/builtin_LINE.cpp
parente3cbdaf1b5e7960041e879843722e6ac55ad54f2 (diff)
downloadbcm5719-llvm-b42c73de3dc07a1d2d09b9bed4345ecaa28fd478.tar.gz
bcm5719-llvm-b42c73de3dc07a1d2d09b9bed4345ecaa28fd478.zip
Fix PCC test failures for source location builtins
llvm-svn: 360943
Diffstat (limited to 'clang/test/CodeGenCXX/builtin_LINE.cpp')
-rw-r--r--clang/test/CodeGenCXX/builtin_LINE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/builtin_LINE.cpp b/clang/test/CodeGenCXX/builtin_LINE.cpp
index 806c2111f32..138ff602e48 100644
--- a/clang/test/CodeGenCXX/builtin_LINE.cpp
+++ b/clang/test/CodeGenCXX/builtin_LINE.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++1z -fblocks %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -std=c++1z -fblocks %s -triple x86_64-unknown-unknown -emit-llvm -o - | FileCheck %s
extern "C" int sink;
extern "C" const volatile void* volatile ptr_sink = nullptr;
OpenPOWER on IntegriCloud