llvm with tablegen backend for capstone disassembler
Go to file
Alexander Richardson 1de78471f5 [ELF] Fall back to search dirs for linker scripts specified with -T
Summary:
This matches the behaviour of ld.bfd:
https://sourceware.org/binutils/docs/ld/Options.html#Options

If scriptfile does not exist in the current directory, ld looks for it in
the directories specified by any preceding '-L' options. Multiple '-T'
options accumulate.

Reviewers: ruiu, grimar

Reviewed By: ruiu, grimar

Subscribers: emaste, llvm-commits

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

llvm-svn: 318655
2017-11-20 15:43:20 +00:00
clang [ARM] For assembler files recognize -Xassembler or -Wa, -mthumb 2017-11-20 13:53:55 +00:00
clang-tools-extra [clang-tidy] Add new hicpp-multiway-paths-covered check for missing branches 2017-11-18 19:48:33 +00:00
compiler-rt Correct return types of NetBSD specific functions 2017-11-20 15:39:30 +00:00
debuginfo-tests Re-revert "Refactor debuginfo-tests" 2017-11-17 00:41:18 +00:00
libclc math: Implement minmag 2017-11-15 04:10:39 +00:00
libcxx Attempt to fix template depth test failures on older Clang versions 2017-11-19 09:46:34 +00:00
libcxxabi [libcxxabi][CMake] Provide option to disable installing of the library 2017-11-17 23:25:09 +00:00
libunwind [libunwind][CMake] Provide option to disable instalation of the library 2017-11-17 23:29:46 +00:00
lld [ELF] Fall back to search dirs for linker scripts specified with -T 2017-11-20 15:43:20 +00:00
lldb Remove 2 unused methods DWARFDebugInfo::Find and their FindCallbackString 2017-11-19 19:04:24 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [SystemZ] Bugfix for handling of subregisters in getRegAllocationHints(). 2017-11-20 14:54:03 +00:00
openmp [OMPT] Fix inaccuracies in worksharing tests 2017-11-17 15:26:44 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Port ScopInfo to the isl cpp bindings 2017-11-19 22:13:34 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

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.