mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
51f0c20dc290dc72bdad67099f597eaa12e058bd
Use an `extern "C" { }` block around the definition rather than doing
the inline definition. This avoids a GCC warning about a declaration
being extern and having a definition. NFC.
llvm-svn: 290937
…
…
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%