summaryrefslogtreecommitdiff
path: root/third_party/llvm-project/include/llvm/BinaryFormat/Dwarf.h
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2020-01-16 12:28:07 -0800
committerGitHub <noreply@github.com>2020-01-16 12:28:07 -0800
commitd464748b86321c51b355400829917786b27d53f7 (patch)
tree69c1c8a79312858ffdd88f7e4fa95d51d18a58e3 /third_party/llvm-project/include/llvm/BinaryFormat/Dwarf.h
parent5d2c760fa086b9964ec22156a4cdf3847b019b76 (diff)
downloadbinaryen-d464748b86321c51b355400829917786b27d53f7.tar.gz
binaryen-d464748b86321c51b355400829917786b27d53f7.tar.bz2
binaryen-d464748b86321c51b355400829917786b27d53f7.zip
Update LLVM to support WASM_location (#2596)
From llvm/llvm-project@adf7a0a
Diffstat (limited to 'third_party/llvm-project/include/llvm/BinaryFormat/Dwarf.h')
-rw-r--r--third_party/llvm-project/include/llvm/BinaryFormat/Dwarf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/llvm-project/include/llvm/BinaryFormat/Dwarf.h b/third_party/llvm-project/include/llvm/BinaryFormat/Dwarf.h
index 93eaf3680..2ad201831 100644
--- a/third_party/llvm-project/include/llvm/BinaryFormat/Dwarf.h
+++ b/third_party/llvm-project/include/llvm/BinaryFormat/Dwarf.h
@@ -63,7 +63,8 @@ enum LLVMConstants : uint32_t {
DWARF_VENDOR_GNU = 3,
DWARF_VENDOR_GOOGLE = 4,
DWARF_VENDOR_LLVM = 5,
- DWARF_VENDOR_MIPS = 6
+ DWARF_VENDOR_MIPS = 6,
+ DWARF_VENDOR_WASM = 7
};
/// Constants that define the DWARF format as 32 or 64 bit.