search for: 0e9e374d

Displaying 1 result from an estimated 1 matches for "0e9e374d".

2015 Feb 24
2
[LLVMdev] Accessing a custom defined llvm pass
Hello all, I have written one pass to collect information about specific calls in an llvm IR file and am not trying to reference the results from the first pass in a second pass. What is the correct way to reference an additional custom pass in LLVM? At the moment the project is set up under the lib/Transforms directory in source and has the current layout: Thresholds/ include/