mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
f37ccc181d5ee776d319eb7dc0607b1a4d6f8a83
- A correctness issue: with assertions disabled, ReadQuotedString would misbehave; and - A performance issue: BuildType used a long chain of if()s; I changed that to two switch statements. That also makes the code much nicer to step through when debugging it. llvm-svn: 221651
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%