1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/bindings/go/llvm
Adrian Prantl d0dc528032 Remove the obsolete BlockByRefStruct flag from LLVM IR
DIFlagBlockByRefStruct is an unused DIFlag that originally was used by
clang to express (Objective-)C block captures in debug info. For the
last year Clang has been emitting complex DIExpressions to describe
block captures instead, which makes all the code supporting this flag
redundant.

This patch removes the flag and all supporting "dead" code, so we can
reuse the bit for something else in the future.

Since this only affects debug info generated by Clang with the block
extension this mostly affects Apple platforms and I don't have any
bitcode compatibility concerns for removing this. The Verifier will
reject debug info that uses the bit and thus degrade gracefully when
LTO'ing older bitcode with a newer compiler.

rdar://problem/44304813

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

llvm-svn: 372272
2019-09-18 22:38:56 +00:00
..
analysis.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
bitreader.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
bitwriter.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
dibuilder.go Remove the obsolete BlockByRefStruct flag from LLVM IR 2019-09-18 22:38:56 +00:00
executionengine_test.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
executionengine.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
InstrumentationBindings.cpp [NewPM] Second attempt at porting ASan 2019-02-13 22:22:48 +00:00
InstrumentationBindings.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ir_test.go Fix bad go bindings test. 2019-05-31 03:45:11 +00:00
ir.go [bindings/go] Add debug information accessors 2019-06-24 16:23:17 +00:00
IRBindings.cpp [LLVM-C] Correct The Current Debug Location Accessors (Again) 2019-04-10 14:19:05 +00:00
IRBindings.h [LLVM-C] Correct The Current Debug Location Accessors (Again) 2019-04-10 14:19:05 +00:00
linker.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
llvm_config.go.in Bump llvm-go to C++14 2019-08-15 10:55:25 +00:00
llvm_dep.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
string_test.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
string.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
support.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SupportBindings.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SupportBindings.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
target.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
transforms_coroutines.go [bindings/go][NFC] Format code with go fmt 2019-06-12 11:59:09 +00:00
transforms_instrumentation.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
transforms_ipo.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
transforms_pmbuilder.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
transforms_scalar.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
version.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00