After updating to latest sdk to get the new backend, I'm getting compile 
failures like this:

inlinable function call in a function with debug info must have a !dbg 
location
  tail call void @free(i8* %32)
inlinable function call in a function with debug info must have a !dbg 
location
  tail call void @free(i8* %50)
inlinable function call in a function with debug info must have a !dbg 
location
  tail call void @free(i8* %20)


while compiling the check unit test library (file check_run.c).

Anyone know what causes this?

Relevant lines from the build log:

/bin/bash ../libtool  --tag=CC   --mode=compile 
/home/ubuntu/emsdk/upstream/emscripten/emcc -DHAVE_CONFIG_H -I. 
-I../../../check-0.13.0/src -I..     -g -O2 -Wextra -Wstrict-prototypes 
-Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport 
-Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs 
-Wswitch-default -Wunknown-pragmas -MT check_run.lo -MD -MP -MF 
.deps/check_run.Tpo -c -o check_run.lo ../../../check-0.13.0/src/check_run.c
libtool: compile:  /home/ubuntu/emsdk/upstream/emscripten/emcc 
-DHAVE_CONFIG_H -I. -I../../../check-0.13.0/src -I.. -g -O2 -Wextra 
-Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings 
-Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self 
-Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -MT check_run.lo 
-MD -MP -MF .deps/check_run.Tpo -c ../../../check-0.13.0/src/check_run.c  
-o .libs/check_run.o
inlinable function call in a function with debug info must have a !dbg 
location
  tail call void @free(i8* %32)


-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/13ec6b5f-5db8-4d40-bd78-44dc7dbaf35d%40googlegroups.com.

Reply via email to