This revision was automatically updated to reflect the committed changes.
Closed by commit rL354208: [Driver][Fuchsia] Support -nolibc flag (authored by
phosek, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.o
phosek updated this revision to Diff 187149.
phosek edited the summary of this revision.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58325/new/
https://reviews.llvm.org/D58325
Files:
clang/lib/Driver/ToolChains/Fuchsia.cpp
clang/test/Driver/fuchsia.c
clang
mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.
This is only on GCC trunk (i.e. 9), not in 8.2 or even the current gcc-8
branch. So clarify the log entry. We don't know if 8.x,x>2 will add it or
only gcc 9.
Repository:
rC Clang
C
phosek created this revision.
phosek added reviewers: jakehehrlich, juliehockett, mcgrathr.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This can be used to disable libc linking. This flag is supported by
GCC since version 8.x as well as some Clang target toolchains.
Re