r300347 - Removing a redundant, but harmless, %s; NFC.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 14 10:37:29 PDT 2017


Author: aaronballman
Date: Fri Apr 14 12:37:29 2017
New Revision: 300347

URL: http://llvm.org/viewvc/llvm-project?rev=300347&view=rev
Log:
Removing a redundant, but harmless, %s; NFC.

Modified:
    cfe/trunk/test/Modules/ExtDebugInfo.cpp

Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/ExtDebugInfo.cpp?rev=300347&r1=300346&r2=300347&view=diff
==============================================================================
--- cfe/trunk/test/Modules/ExtDebugInfo.cpp (original)
+++ cfe/trunk/test/Modules/ExtDebugInfo.cpp Fri Apr 14 12:37:29 2017
@@ -16,7 +16,7 @@
 // RUN: %clang_cc1 -std=c++11 -debug-info-kind=standalone \
 // RUN:     -dwarf-ext-refs -fmodule-format=obj \
 // RUN:     -triple %itanium_abi_triple \
-// RUN:     -include-pch %t.pch %s -emit-llvm -o %t-pch.ll %s
+// RUN:     -include-pch %t.pch %s -emit-llvm -o %t-pch.ll
 // RUN: cat %t-pch.ll |  FileCheck %s
 // RUN: cat %t-pch.ll |  FileCheck %s --check-prefix=CHECK-PCH
 




More information about the cfe-commits mailing list