Displaying 1 result from an estimated 1 matches for "7b89aeb2".
2014 Oct 01
2
[LLVMdev] Compiling As Obj-C or Obj-C++ On Windows
I have some C++ source files that mix in small bits of Obj-C. On the
Mac, these files are marked to be compiled as Obj-C++. Looking at the
clang help, it seems that the option for that is "-ObjC++". However,
when I add that in Additional Options I get an error message:
CL> : error : invalid integral value 'bjC++' in '-ObjC++'
I see this same message if I put