BoutrosLaboratory / bamql

Query language for filtering SAM/BAM reads
http://labs.oicr.on.ca/boutros-lab/software/BAMQL
Other
31 stars 6 forks source link

Add debugging symbols #5

Closed apmasell closed 9 years ago

apmasell commented 9 years ago

Add debugging symbols to the generated LLVM IR.

apmasell commented 9 years ago

The runtime library cannot have debug metadata inserted due to LLVM bug12354.

apmasell commented 9 years ago

Debug symbols are generated for compiled code (though not the runtime library).

apmasell commented 9 years ago

There are problems with debug symbols in LLVM 3.5.0, see LLVM bug 20509.