Preprocessor/init.c contains a line that explicitly checks for the
string
VERSION "Clang{{.*}}
It's valid to have a toolchain configured to emit a vendor prefix
before the word Clang. e.g.
VERSION "Vendor Clang{{.*}}
Differential D64772
Allow for vendor prefixes in a list test lanza on Jul 15 2019, 2:35 PM. Authored by
Details Preprocessor/init.c contains a line that explicitly checks for the VERSION "Clang{{.*}} It's valid to have a toolchain configured to emit a vendor prefix VERSION "Vendor Clang{{.*}}
Diff Detail
Event TimelineComment Actions Yeah, that makes sense, the common path uses {{.*}} as the value itself is uninteresting. |