mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 09:13:38 +08:00
b22b91c3e4c23fdafec2cb05d65972955152f7f6
This fixes a crash in
namespace {
struct X {};
}
extern "C" X test2_b;
X test2_b
before we would assign different linkages to each of the test2_b decls.
llvm-svn: 176869
…
…
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%