File tree Expand file tree Collapse file tree 3 files changed +3
-16
lines changed
Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ int main(int argc, char **argv) {
7171 testUtils::tryExecGetBuildCommands (testUtils::getRelativeTestSuitePath (" object-file" ), clang,
7272 testUtils::MAKE_BUILD_COMMANDS_TOOL);
7373
74- testUtils::tryExecGetBuildCommands (testUtils::getRelativeTestSuitePath (" precompiled " ), clang,
74+ testUtils::tryExecGetBuildCommands (testUtils::getRelativeTestSuitePath (" linkage-ld " ), clang,
7575 testUtils::MAKE_BUILD_COMMANDS_TOOL);
7676
77- testUtils::tryExecGetBuildCommands (testUtils::getRelativeTestSuitePath (" linkage-ld " ), clang,
77+ testUtils::tryExecGetBuildCommands (testUtils::getRelativeTestSuitePath (" precompiled " ), clang,
7878 testUtils::MAKE_BUILD_COMMANDS_TOOL);
7979
8080 testUtils::tryExecGetBuildCommands (testUtils::getRelativeTestSuitePath (" precompiled" ), clang,
Original file line number Diff line number Diff line change 33all : exe
44
55clean :
6- rm exe lib.a lib1.o lib2.o source1.o
6+ rm exe lib.a lib1.o lib2.o
77
88lib1.o : lib1.c
99 clang -c -o lib1.o lib1.c
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments