[all-commits] [llvm/llvm-project] f88785: Improve file doesnt exist error with -fbasic-block...
Sriraman Tallam via All-commits
all-commits at lists.llvm.org
Tue Oct 20 16:49:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f88785460ecf40a9176f58637d38fb785eb91ac4
https://github.com/llvm/llvm-project/commit/f88785460ecf40a9176f58637d38fb785eb91ac4
Author: Sriraman Tallam <tmsriram at google.com>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGen/basic-block-sections.c
M clang/test/Driver/fbasic-block-sections.c
Log Message:
-----------
Improve file doesnt exist error with -fbasic-block-sections=
With -fbasicblock-sections=, let the front-end handle the case where the file
doesnt exist. The driver only checks if the option syntax is right.
Differential Revision: https://reviews.llvm.org/D89500
More information about the All-commits
mailing list