[all-commits] [llvm/llvm-project] ab6851: [asan_symbolize] Pass --demangle/--no-demangle ins...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Sep 6 14:48:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ab68517e6b7e51b84c4b0e813a30258ec1ce5da5
https://github.com/llvm/llvm-project/commit/ab68517e6b7e51b84c4b0e813a30258ec1ce5da5
Author: Fangrui Song <i at maskray.me>
Date: 2020-09-06 (Sun, 06 Sep 2020)
Changed paths:
M compiler-rt/lib/asan/scripts/asan_symbolize.py
Log Message:
-----------
[asan_symbolize] Pass --demangle/--no-demangle instead of --demangle={True,False}
`--demangle={True,False}` were accepted but disallowed after llvm-symbolizer's switch to OptTable.
(`--demangle={true,false}` were temporarily supported but they are case sensitive.)
More information about the All-commits
mailing list