Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cfi] Move one test under cross-dso/icall. | Evgeniy Stepanov | 2017-04-20 | 1 | -147/+0 |
| | | | | | | The test is using indirect calls. llvm-svn: 300900 | ||||
* | [cfi] Get rid of a fixed size buffer for the library path in test. | Evgeniy Stepanov | 2016-01-28 | 1 | -3/+4 |
| | | | | llvm-svn: 259082 | ||||
* | [cfi] Fix a warning in tests. | Evgeniy Stepanov | 2016-01-27 | 1 | -1/+1 |
| | | | | | | | test/cfi/cross-dso/dlopen.cpp:67:45: warning: GCC does not allow 'aligned' attribute in this position on a function definition [-Wgcc-compat] extern "C" void do_nothing() __attribute__((aligned(4096))) {} llvm-svn: 258992 | ||||
* | [cfi] Support for dlopen and dlclose. | Evgeniy Stepanov | 2016-01-26 | 1 | -0/+146 |
Add dlopen/dlclose interceptors to update CFI shadow for loaded/unloaded libraries. llvm-svn: 258857 |