We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2e316 commit 3fd65ddCopy full SHA for 3fd65dd
test/Demangle/objc-getclass.cpp
@@ -1,5 +1,5 @@
1
// RUN: %empty-directory(%t)
2
-// RUN: %target-clang %s -isysroot %sdk -L%swift_obj_root/lib/swift/%target-os-abi -lswiftCore -o %t/objc-getclass
+// RUN: %target-clang %s -isysroot %sdk -L%swift_obj_root/lib/swift/%target-sdk-name -lswiftCore -o %t/objc-getclass
3
// RUN: %target-codesign %t/objc-getclass
4
// RUN: %target-run %t/objc-getclass %S/Inputs/objc-getclass.txt
5
0 commit comments