diff options
author | Matt Godbolt <mgodbolt@drw.com> | 2016-12-19 18:01:16 -0600 |
---|---|---|
committer | Matt Godbolt <mgodbolt@drw.com> | 2016-12-19 18:01:27 -0600 |
commit | 7990e42f7ccad1f9ff8e90d425831d173f9992a4 (patch) | |
tree | 8b57477b26762924ba0190666a0df6896b55028f /lib/asm-cl.js | |
parent | 9cac3033d92f185216d23a939198da63e512f0de (diff) | |
download | compiler-explorer-7990e42f7ccad1f9ff8e90d425831d173f9992a4.tar.gz compiler-explorer-7990e42f7ccad1f9ff8e90d425831d173f9992a4.zip |
Refactor individual compilation types into their own files
Diffstat (limited to 'lib/asm-cl.js')
-rw-r--r-- | lib/asm-cl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asm-cl.js b/lib/asm-cl.js index ad2932466..b701a789a 100644 --- a/lib/asm-cl.js +++ b/lib/asm-cl.js @@ -29,7 +29,7 @@ var expandTabs = require('./utils').expandTabs; var sourceTag = /^;\s*([0-9]+)\s*:/; var ignoreAll = /^\s*include listing\.inc$/; var fileFind = /^; File\s+(.*)$/; -var gccExplorerDir = /\\gcc-explorer-compiler/; // has to match part of the path in compile.js (ugly) +var gccExplorerDir = /\\gcc-explorer-compiler/; // has to match part of the path in compile-handler.js (ugly) // Parse into: // * optional leading whitespace // * middle part |