Author: leonardchan
Date: Fri May 10 13:07:47 2019
New Revision: 360465

URL: http://llvm.org/viewvc/llvm-project?rev=360465&view=rev
Log:
Add target triple to test.

Modified:
    cfe/trunk/test/Frontend/macro_defined_type.cpp

Modified: cfe/trunk/test/Frontend/macro_defined_type.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/macro_defined_type.cpp?rev=360465&r1=360464&r2=360465&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/macro_defined_type.cpp (original)
+++ cfe/trunk/test/Frontend/macro_defined_type.cpp Fri May 10 13:07:47 2019
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-linux-gnu %s
 
 #define NODEREF __attribute__((noderef))
 


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to