Skip to content

Commit 11b470c

Browse files
authored
Merge pull request #1724 from JDevlieghere/TestSwiftCustomTriple.py
[lldb] Fix TestSwiftCustomTriple.py after upstream TRIPLE logic change
2 parents 627eebd + 53bebc1 commit 11b470c

File tree

1 file changed

+1
-2
lines changed
  • lldb/test/API/lang/swift/custom_triple

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
SWIFT_SOURCES := main.swift
2-
TRIPLE := x86_64-awesomevendor-linux
3-
SWIFTFLAGS_EXTRAS := -parse-stdlib
2+
SWIFTFLAGS_EXTRAS := -parse-stdlib -target x86_64-awesomevendor-linux
43

54
include Makefile.rules

0 commit comments

Comments
 (0)