File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
// RUN: touch %t/swift-root/libexec/swift/Foo.exe
6
6
// RUN: touch %t/swift-root/bin/Foo.exe
7
7
8
- // RUN: %target-clang %s -std=c++11 -I %swift_src_root/include -I %swift_src_root/stdlib/public/SwiftShims -I %clang-include-dir -isysroot %sdk -L%swift_obj_root/lib/swift/%target-sdk-name/%target-arch -lswiftCore -o %t/paths-test
8
+ // RUN: %target-clang %s -std=c++11 -I %swift_src_root/include -I %swift_obj_root/include -I % swift_src_root/stdlib/public/SwiftShims -I %clang-include-dir -isysroot %sdk -L%swift_obj_root/lib/swift/%target-sdk-name/%target-arch -L%llvm_obj_root /lib/swift/%target-sdk-name/%target-arch -lswiftCore -o %t/paths-test
9
9
// RUN: %target-codesign %t/paths-test
10
10
// RUN: %target-run %t/paths-test | %FileCheck %s
11
11
// RUN: env %env-SWIFT_ROOT=%t/swift-root %target-run %t/paths-test | %FileCheck %s --check-prefix CHECK-FR
You can’t perform that action at this time.
0 commit comments