]> granicus.if.org Git - clang/commitdiff
Attempt to fix rtti-layout.cpp on Linux.
authorAnders Carlsson <andersca@mac.com>
Thu, 17 Dec 2009 04:57:25 +0000 (04:57 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 17 Dec 2009 04:57:25 +0000 (04:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91581 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/rtti-layout.cpp

index fb12f3a04bd18a134013009f357a349450482775..609ddeb1ea5068bcc9511e4834a36945bf77e7cf 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -O3 -o - | FileCheck %s
+// RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -emit-llvm -O3 -o - | FileCheck %s
 #include <typeinfo>
 
 class __pbase_type_info : public std::type_info {