llvm with tablegen backend for capstone disassembler
Go to file
Raphael Isemann e21fc8770c Add offsetof support to expression evaluator.
Summary:
We currently don't support offsetof in the expression evaluator as it is implemented as a macro
(which then calls __builtin_offsetof) in stddef.h. The best solution would be to include that
header (or even better, import Clang's builtin module), but header-parsing and
(cross-platform) importing modules is not ready yet.

Until we get this working with modules I would say we add the macro to our existing macro list
as we already do with other macros from stddef.h/stdint.h. We should be able to drop all of them
once we can import the relevant modules by default.

rdar://26040641

Reviewers: shafik, davide

Reviewed By: davide

Subscribers: clayborg, lldb-commits

Tags: #lldb

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

llvm-svn: 366476
2019-07-18 17:58:04 +00:00
clang [WebAssembly] Implement __builtin_wasm_tls_base intrinsic 2019-07-18 17:53:22 +00:00
clang-tools-extra [clangd] Remove dead code from BackgroundIndex 2019-07-18 17:25:57 +00:00
compiler-rt Revert "Fix asan infinite loop on undefined symbol" 2019-07-18 17:43:44 +00:00
debuginfo-tests Make nrvo-string test more robust. 2019-06-27 20:38:37 +00:00
libclc travis: Add LLVM-8 build 2019-03-27 21:28:31 +00:00
libcxx Bump the trunk version to 10.0.0svn 2019-07-18 11:51:05 +00:00
libcxxabi [libcxxabi] Don't process exceptions in cxa_handlers when they're disabled 2019-07-12 19:10:59 +00:00
libunwind Bump the trunk version to 10.0.0svn 2019-07-18 11:51:05 +00:00
lld ELF: Add support for remaining R_AARCH64_MOVW* relocations. 2019-07-18 17:12:50 +00:00
lldb Add offsetof support to expression evaluator. 2019-07-18 17:58:04 +00:00
llgo IR: Support parsing numeric block ids, and emit them in textual output. 2019-03-22 18:27:13 +00:00
llvm [WebAssembly] Implement __builtin_wasm_tls_base intrinsic 2019-07-18 17:53:22 +00:00
openmp [OpenMP][libomptarget] Suppress C++ 11 related warnings when building libomptarget-nvptx bitcode library, by Doru Bercea. 2019-07-18 13:54:01 +00:00
parallel-libs
polly Bump the trunk version to 10.0.0svn 2019-07-18 11:51:05 +00:00
pstl Bump the trunk version to 10.0.0svn 2019-07-18 11:51:05 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore Add a reduced copy of the llvm .gitignore 2019-04-09 00:52:49 +00:00
README.md

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.