forked from OSchip/llvm-project
Pass a -I flag when compiling nullptr.cpp so the typeinfo header can be found. This should fix the errors seen on the bot.
llvm-svn: 118246
This commit is contained in:
parent
71049f78ed
commit
898b1fb1e2
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -std=c++0x -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
|
||||
// RUN: %clang_cc1 -std=c++0x -triple x86_64-apple-darwin10 -I%S -emit-llvm -o - %s | FileCheck %s
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
|
|
Loading…
Reference in New Issue