Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f165dfb

Browse files
committedApr 3, 2025·
Remove aio.exp as it is not needed.
1 parent 57f45fc commit f165dfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎clang/lib/Driver/ToolChains/AIX.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ void aix::Linker::ConstructJob(Compilation &C, const JobAction &JA,
134134
// The folllowing linker options are needed to statically link to the
135135
// shared libflang_rt.runtime.a on AIX
136136
CmdArgs.push_back("-bI:/usr/lib/syscalls.exp");
137-
CmdArgs.push_back("-bI:/usr/lib/aio.exp");
138137
CmdArgs.push_back("-bI:/usr/lib/threads.exp");
139138
CmdArgs.push_back("-lcrypt");
140139
}

0 commit comments

Comments
 (0)
Please sign in to comment.