Attempt to fix rtti-layout.cpp on Linux.

llvm-svn: 91581
This commit is contained in:
Anders Carlsson 2009-12-17 04:57:25 +00:00
parent dc9b9cf7b1
commit 539e584c3c
1 changed files with 1 additions and 1 deletions

View 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 {