mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
e04c62bb23625a2baccb5c52d1d1f372c41ce5c7
This function is unused. It's also wrong, because it computes the size and the alignment of the type without asking the runtime, so it doesn't work for any language that has one (e.g. swift). One could consider re-implementing this passing an execution scope context, and modifying GetTypeBitAlign() to do the right thing, but given there are no uses, it's not really useful. llvm-svn: 368249
Revert "[libc++] Take 3: Do not cleverly link against libc++abi just because it happens to be there"
…
The LLVM Compiler Infrastructure
This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%