hanchenye-llvm-project/llvm/examples
Saleem Abdulrasool b14fc390dc ExceptionDemo: remove some undefined behaviour
The casting based reading of the LSDA could attempt to read unsuitably aligned
data.  Avoid that case by explicitly using a memcpy.  A similar approach is used
in libc++abi to address the same UB.

llvm-svn: 287479
2016-11-20 02:36:38 +00:00
..
BrainF Fix examples files to reflect header split in r286566. 2016-11-11 06:02:04 +00:00
ExceptionDemo ExceptionDemo: remove some undefined behaviour 2016-11-20 02:36:38 +00:00
Fibonacci [MCJIT] Update MCJIT and get the fibonacci example working again. 2016-06-11 05:47:04 +00:00
HowToUseJIT Fix some Include What You Use warnings in examples; other minor fixes. 2016-05-25 01:18:36 +00:00
Kaleidoscope [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. 2016-11-18 21:57:58 +00:00
ModuleMaker Fix examples files to reflect header split in r286566. 2016-11-11 06:02:04 +00:00
OCaml-Kaleidoscope
ParallelJIT Fix some Include What You Use warnings in examples; other minor fixes. 2016-05-25 01:18:36 +00:00
CMakeLists.txt
LLVMBuild.txt