summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/visibility-hidden-extern-templates.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-07-12 21:08:32 +0000
committerDouglas Gregor <dgregor@apple.com>2010-07-12 21:08:32 +0000
commit27cc6331e33efac4020058d2fda36c9060ec5afa (patch)
treef05d11b4555c23aaeef323a1338f6eb352e96f6b /test/CodeGenCXX/visibility-hidden-extern-templates.cpp
parent03569eaabceb14a20e23d043135fdccbc7309a96 (diff)
Speculatively revert r108156; it appears to be breaking self-host.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/visibility-hidden-extern-templates.cpp')
-rw-r--r--test/CodeGenCXX/visibility-hidden-extern-templates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/visibility-hidden-extern-templates.cpp b/test/CodeGenCXX/visibility-hidden-extern-templates.cpp
index 7629b77c2c..4c133ec32c 100644
--- a/test/CodeGenCXX/visibility-hidden-extern-templates.cpp
+++ b/test/CodeGenCXX/visibility-hidden-extern-templates.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -O1 -emit-llvm -o - -fvisibility hidden %s | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -o - -fvisibility hidden %s | FileCheck %s
template<typename T>
struct X {