diff options
author | JF Bastien <jfb@google.com> | 2015-10-21 02:23:09 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2015-10-21 02:23:09 +0000 |
commit | 1a59c6b2c967e76cd5e5d9884e47da133a430e52 (patch) | |
tree | e9ff0ff0d1a43fd0cfed4669f0b9d4308002e595 /clang/lib/Basic/TargetInfo.cpp | |
parent | 8dd3fdbf43640021964546bb5b3bac52a3b7fcaa (diff) | |
download | bcm5719-llvm-1a59c6b2c967e76cd5e5d9884e47da133a430e52.tar.gz bcm5719-llvm-1a59c6b2c967e76cd5e5d9884e47da133a430e52.zip |
WebAssembly: support imports
C/C++ code can declare an extern function, which will show up as an import in WebAssembly's output. It's expected that the linker will resolve these, and mark unresolved imports as call_import (I have a patch which does this in wasmate).
llvm-svn: 250875
Diffstat (limited to 'clang/lib/Basic/TargetInfo.cpp')
0 files changed, 0 insertions, 0 deletions