Skip to content
Snippets Groups Projects
Commit 6617188a authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[machdep] add support in Frama-Clang for x86_64_msvc machdep of Frama-C

parent 8448b160
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ let targets = ...@@ -31,6 +31,7 @@ let targets =
"x86_64", "x86_64-unknown-linux-gnu"; "x86_64", "x86_64-unknown-linux-gnu";
"gcc_x86_64", "x86_64-unknown-linux-gnu"; "gcc_x86_64", "x86_64-unknown-linux-gnu";
"ppc_32", "powerpc-unknown-linux-gnu"; "ppc_32", "powerpc-unknown-linux-gnu";
"msvc_x86_64", "x86_64-unknown-w64-msvc"
] ]
let target_of_machdep s = let target_of_machdep s =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment