[all-commits] [llvm/llvm-project] 9292ec: [clang driver] Spell "--export-dynamic-symbol" wit...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Sat May 23 15:48:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9292ece9956c98acf0cfa6e188316243ffbf4bed
https://github.com/llvm/llvm-project/commit/9292ece9956c98acf0cfa6e188316243ffbf4bed
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2020-05-23 (Sat, 23 May 2020)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/sanitizer-ld.c
Log Message:
-----------
[clang driver] Spell "--export-dynamic-symbol" with two dashes.
This doesn't make a difference for linkers that support the option, but
it improves the error message from older linkers that don't support it.
More information about the All-commits
mailing list