forked from OSchip/llvm-project
parent
90aff47cb7
commit
7bd441d7fc
|
@ -19,7 +19,7 @@
|
|||
|
||||
// Generate the PCH:
|
||||
// RUN: cd %t_orig && %clang_cc1 -triple %itanium_abi_triple -x c++ -emit-pch -o all.h.pch -Isub2 all.h
|
||||
// RUN: cp -pR %t_orig %t_moved
|
||||
// RUN: cp -R %t_orig %t_moved
|
||||
|
||||
// Check diagnostic with location in original source:
|
||||
// RUN: %clang_cc1 -triple %itanium_abi_triple -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -Wpadded -emit-llvm-only %s 2> %t.stderr
|
||||
|
|
Loading…
Reference in New Issue