Go to file
Heejin Ahn 41b25c6cf4 [WebAssembly] Fix wasm backend compilation on gcc 5.4: variable name cannot match class
Summary:
gcc does not like

const Region *Region;

It wants a different name for the variable.

Is there a better convention for what name to use in such a case?

Reviewers: sbc100, aheejin

Subscribers: aheejin, jgravelle-google, dschuff, llvm-commits

Differential Revision: https://reviews.llvm.org/D50472

Patch by Alon Zakai (kripken)

llvm-svn: 339398
2018-08-09 22:35:23 +00:00
clang AMDGPU: Add another missing builtin 2018-08-09 22:18:37 +00:00
clang-tools-extra [clangd] Try to fix buildbot after r339320. 2018-08-09 09:25:26 +00:00
compiler-rt [sanitizer] Remove rsp from the clobber list in internal_clone 2018-08-09 20:01:11 +00:00
debuginfo-tests Disable the asan-deque.cpp integration test for AppleLLDB < v1000 2018-08-04 00:02:48 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx [libcxx] [test] Avoid -Wunused-local-typedef in node_handle.pass.cpp. 2018-08-08 04:24:47 +00:00
libcxxabi [itanium demangler] Support dot suffixes on block invocation functions 2018-08-02 17:45:01 +00:00
libunwind Remove unneeded preprocessor condition. 2018-08-08 15:18:22 +00:00
lld [ELF][HEXAGON] Add R_HEX_HI16/R_HEX_LO16 relocations 2018-08-09 20:04:53 +00:00
lldb Added missing null checks to fix r339351 2018-08-09 15:57:43 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [WebAssembly] Fix wasm backend compilation on gcc 5.4: variable name cannot match class 2018-08-09 22:35:23 +00:00
openmp [OpenMP] Cleanup code 2018-08-09 22:04:30 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly Update isl-cpp bindings 2018-08-09 05:07:14 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.