Skip to content

Commit

Permalink
Fix a truly strange triple in testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed Feb 8, 2024
1 parent 66d462d commit 750981f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/API/macosx/universal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ testit.x86_64: testit.x86_64.o
$(CC) -isysroot $(SDKROOT) -target x86_64-apple-macosx10.9 -o testit.x86_64 $<

testit.x86_64h.o: main.c
$(CC) -isysroot $(SDKROOT) -g -O0 -target x86_64h-apple-macosx10.9-apple-macosx10.9-apple-macosx10.9-apple-macosx10.9 -c -o testit.x86_64h.o $<
$(CC) -isysroot $(SDKROOT) -g -O0 -target x86_64h-apple-macosx10.9 -c -o testit.x86_64h.o $<

testit.x86_64.o: main.c
$(CC) -isysroot $(SDKROOT) -g -O0 -target x86_64-apple-macosx10.9 -c -o testit.x86_64.o $<

0 comments on commit 750981f

Please sign in to comment.