Skip to content

Commit 28907a6

Browse files
committed
Remove aio.exp as it is not needed.
1 parent 54eb891 commit 28907a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)