comparison gen/linker.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 0baca2feb554
children 075c1272a01d
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
1 #ifndef LLVMDC_GEN_LINKER_H 1 #ifndef LDC_GEN_LINKER_H
2 #define LLVMDC_GEN_LINKER_H 2 #define LDC_GEN_LINKER_H
3 3
4 #include <vector> 4 #include <vector>
5 5
6 namespace llvm 6 namespace llvm
7 { 7 {
31 * Runs the executable that was previously linked with linkExecutable. 31 * Runs the executable that was previously linked with linkExecutable.
32 * @return the return status of the executable. 32 * @return the return status of the executable.
33 */ 33 */
34 int runExectuable(); 34 int runExectuable();
35 35
36 #endif // LLVMDC_GEN_LINKER_H 36 #endif // LDC_GEN_LINKER_H