Home | History | Annotate | Download | only in tests

Lines Matching refs:compiler

21         # a DistutilsPlatformError if the compiler
44 compiler = _msvccompiler.MSVCCompiler()
45 compiler.initialize()
47 self.assertIn('/MT', compiler.compile_options)
48 self.assertNotIn('/MD', compiler.compile_options)
63 compiler = _msvccompiler.MSVCCompiler()
64 compiler.initialize()
65 compiler._copy_vcruntime(tempdir)
76 compiler = _msvccompiler.MSVCCompiler()
77 compiler.initialize()
78 dll = compiler._vcruntime_redist
81 compiler._copy_vcruntime(tempdir)