[PATCH] D20217: Add direct control of whether or not a symbol is preemtable at runtime

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 10:01:49 PDT 2017


sfertile updated this revision to Diff 106444.
sfertile added a comment.

Updated patch to use only 2 values for dso_location: dso_preemptable/dso_local.
Added Bitcode Reading/Writing.
Added tests for diagnostics issued when parsing.
Add test for llvm-as/llvm-dis.


Repository:
  rL LLVM

https://reviews.llvm.org/D20217

Files:
  include/llvm/IR/GlobalValue.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Globals.cpp
  lib/Target/TargetMachine.cpp
  test/Assembler/dllimport-dsolocal-diag.ll
  test/Assembler/ifunc-dsolocal-daig.ll
  test/Bitcode/dso_location.5.0.ll
  test/CodeGen/PowerPC/preemption.ll
  test/CodeGen/X86/darwin-preemption.ll
  test/CodeGen/X86/linux-preemption.ll
  test/CodeGen/X86/win32-preemption.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20217.106444.patch
Type: text/x-patch
Size: 55027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170713/1576fa2c/attachment-0001.bin>


More information about the llvm-commits mailing list